Learn R Programming

epiDisplay (version 3.5.0.2)

print n.for.lqas: Print n.for.lqas results

Description

Print results for sample size for lot quality assurance sampling

Usage

# S3 method for n.for.lqas
print(x, ...)

Arguments

x

object of class 'n.for.lqas'

...

further arguments passed to or used by methods.

Author

Virasakdi Chongsuvivatwong cvirasak@gmail.com

Examples

Run this code
n.for.lqas(p0 = 0.05, q=0)
n.for.lqas(p0 = (10:1)/100, q=0 ) -> a
a

Run the code above in your browser using DataLab